| Overload | Description | 
|---|---|
| ValueArguments<T> Constructor() | Initializes a new instance of the class with default data. | 
| ValueArguments<T> Constructor(ValueArguments) | Initializes a new copy of the ValueArguments<T> object. | 
| ValueArguments<T> Constructor(T) | Initializes a new instance of the class, with given value. | 
| ValueArguments<T> Constructor(Object,T) | Initializes a new instance of the class, with given state object and value. | 
| ValueArguments<T> Constructor(OperationArguments) | Initializes a new copy of the ValueArguments<T> object from the OpcLabs.BaseLib.OperationModel.OperationArguments object. | 
| ValueArguments<T> Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. | 
